@charset "utf-8";
/*
Theme Name: caigou_pcweb
Theme URI:
Description:版本说明：内蒙政府采购网主题，红色版；
Author: LH-ZY
Version: 1.0
*/
/* CSS Document */
body {
    background: #f3f3f3;
    /*background:url(http://www.ccgp.gov.cn/specialtopic/spl/202009/W020210628305004131721.png) center top no-repeat #f3f3f3;
    background-size:2250px 1550px;*/
}
/* header */

.header {
    /*margin-top: 250px;*/
    position: relative;
    width: 100%;
    height: 236px;
    border-top: 1px solid #BE0108;
    overflow: hidden;
    /*background: url("../images/header-bottom-2021.jpg") no-repeat;*/
    /*background-position: center center;*/
}
#red{
	background: url("https://www.ccgp-neimenggu.gov.cn/wp-content/uploads/2025/01/newyearimage-e1737970360557.jpg") no-repeat;
	background-size:100% 100%;
}
#red .noobstacle{
	color:#ffceae;
}
#red .oldperson{
	border:2px solid #ffceae;
	color:#ffceae;
}
#red .search_input{
	border:2px solid #ffceae;
}
#red .search_btn{
	color:#ffceae;
	border:2px solid #ffceae;
}
.header_top {
    padding-top: 70px;
    height: 190px;
    width: 1204px;
    margin: 0 auto;
	position: relative;
}
.header_left {
    float: left;
}
#header-bottom-bg{
    position: absolute;
    top:0;
    width:100%;
    z-index: -5;
    height:100%;
}
.header_right {
    float: right;
    margin-top: 20px;
    overflow: hidden;
}

@media only screen and (min-width: 1400px)
.header_barcode {
    right: 80px;
}

.header_barcode {
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 9;
}

.search_input {
    height: 34px;
    width: 298px;
    border: 2px solid #BE0108;
    background: transparent;
    padding: 0 10px;
}

.search_btn {
    float: right;
    height: 34px;
    width: 123px;
    background: #BE0108;
    border: 2px solid #BE0108;
    color: #fff;
    font-size: 18px;
}
/* fixedright */
.fixedRight{
    position: fixed;
    right: 0;
    top:275px;
    z-index: 9;
}
.fixedRight #ewmcode{
    width:100px;
    height:100px;
    display: none;
    position: absolute;
    right: 55px;
    top: 55px;
}
.fixedRight ul,.fixedItem{
    margin:0;padding:0;
}
.fixedItem{
    width: 45px;
    height:45px;
    border-radius: 50%;
    background:#fff;
    margin:5px 0;
    padding:10px;
    background-repeat: no-repeat;
    /* background-position: center; */
}
.fixedItem a{
    display:block;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 1400px) {
    .fixedRight{
        right: 30px;
    }
} 
@media only screen and (min-width: 1600px) {
    .fixedRight{
        right: 90px;
    }
} 

.fi1 a{
    background:url("../images/fr-icon.png") 78px 1px;
}
.fi2 a{
    background:url("../images/fr-icon.png") 2px 0px;
}
.fi3 a{
    background:url("../images/fr-icon.png") 52px 1px;
}
.fi4 a{
    background:url("../images/fr-icon.png") 24px 1px;
}
.fi5 a{
    background:url("../images/f_wx1.png");
}
.fi1 a:hover{
    background:url("../images/fr-icon.png") 78px -25px;
}
.fi2 a:hover{
    background:url("../images/fr-icon.png") 2px -26px;
}
.fi3 a:hover{
    background:url("../images/fr-icon.png") 52px -24px;
}
.fi4 a:hover{
    background:url("../images/fr-icon.png") 24px -24px;
}
.fi5 a:hover{
    background:url("../images/f_wx2.png");
}
/* nav */
.nav {
    width: 100%;
    background-color: #BE0108;
    border-bottom: 1px solid #d3d3d3;
    font-size: 0;
    text-align: left;
}
.nav ul {
    margin: 0;
    padding: 0;
}

#nav-list {
    width: 1204px;
    margin: 0 auto;
}

.nav li {
    display: inline-block;
    zoom: 1;
    font-size: 0;
    overflow: hidden;
    height: 53px;
    text-align: center;
    width:133.7px;
}

.nav li a {
    display: block;
    height: 25px;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    color: #fff;
}

.nav #nav-list li:first-child a {
    border-left: 0;
    border-right: 0;
}
.nav li a .nav li.current-menu-item:hover,
.nav li.current-menu-item {
    background: #E22730;
}

.nav li a:hover,
.nav li.current-menu-item a {
    color: #fff;
    font-weight: bold;
    background: #E22730;
    font-size: 20px;
    border-left: 0;
    border-right: 0;
    text-decoration: none;
}

.newsNotice {
    width: 1204px;
    margin: 5px auto 0;
    height: 58px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.newsNotice_head,
.newsNotice_body {
    overflow: hidden;
    float: left;
}
.newsNotice_head {
    padding: 12px 0 12px 30px;
}
.newsNotice_head div {
    float: left;
}
.newsNotice_icon {
    width: 53px;
    height: 34px;
    background:url("../images/notice.png") no-repeat center;
}
.newsNotice_close{
    width: 23px;
    height: 23px;
    position: absolute;
    right: 17px;
    top:17px;
    background:url("../images/guanbi.png") no-repeat;
    cursor: pointer;
}
.newsNotice_close:hover{
    -ms-transform:rotate(40deg);/* IE 9 */
    -moz-transform:rotate(40deg); /* Firefox */
    -webkit-transform:rotate(40deg); /* Safari 和 Chrome */
    -o-transform:rotate(40deg); /* Opera */
}
.newsNotice_title {
    color: #ec0108;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    padding-left: 15px;
}

.newsNotice_body {
    width: 900px;
    height: auto;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}

.newsNotice_content {
    visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 2;
    left: 0px;
    height: 100%;
    width: 100%;
    margin-left: 0px;
}

.newsNotice_body ul li {
    height: 58px;
    line-height: 58px;
    padding-left: 10px;
    cursor: pointer;
}
.newsNotice_body ul li .point,
.newsNotice_body ul li .time{
    display:none;
}
.newsNotice_body ul li a {
    font-size: 18px;
    color: #000;
}

.newsList {
    width: 1204px;
    height: 357px;
    margin: 20px auto 0;
    background:#fff;
}

.newsList_content .title {
    padding: 35px 50px 25px 50px;
    margin:0;
    border-bottom: 1px dashed #a6a6a6;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.newsList_content .title a{
    color: #000;
}


.list {
    padding: 20px 20px 20px 0;
	height: 200px;
	overflow:hidden;
}
.list ul{
    margin:0;
}

.list ul li {
    height:30px;
    line-height: 30px;
    /*padding: 5px 0;*/
    color: #000;
    overflow: hidden;
    cursor: pointer;
}


.list .list-item a:hover {
    color: #c1020a;
}
.list1 .list-item a {
    width: 390px;
}
.list .list-item a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    color:#4b4b4b;
}
.list-item span.point {
    display: inline-block;
    float: left;
    width: 6px;
    height: 6px;
    margin: 13px 8px 13px 0;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    -moz-border-radius:50%;  
    /*解决IE*/   
    behavior:url(./css/ie-css3.htc); 
    background: #e1e1e1;
    z-index:999;
}
.list-item span.time {
    color: #ccc;
    float: right;
}
.list7, .list4{
	height:350px;
}
#banner_tabs,
.newsList_content {
    display: inline-block;
}
.newsList_content {
    width: 565px;
    height:357px;
    padding: 0 10px 0 30px;
    background: #fff;
    overflow: hidden;
}
#banner_tabs {
    width: 635px;
    height: 357px;
    padding-bottom: 0;
    float: left;
    margin: 0;
    overflow: hidden;
}
#banner_tabs #imgs{
    width: 100%;
    height: 100%;
}
#banner_tabs #imgs img{
    width: 100%;
    height:100%;
}
.bannertitle{
    display: block;
    width: 100%;
    height: 30px;
    line-height:30px;
    position: absolute;
    bottom:0;
    left:0;
    font-size: 16px;
    color: #F2F2F2;
    text-align: left;
    padding:0 200px 0 20px;
    background:url("../images/touming-bg.png") repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.bannertitle:hover{
    color: #fff;
}

.carousel-indicators{
    position: absolute;
    bottom:5px;
    right: 0;
    width: 200px;
    margin:0;
    padding:0;
    left:430px;
    text-align: right;
}
.carousel-inner .item{
    width: 635px;
    height:357px;
}
.carousel-indicators li{
    margin-right:5px;
}
#imgs .carousel-control.left,
#imgs .carousel-control.right{
    background: none;
    width: 40px;
    height: 40px;
    padding: 0;
}
#imgs .carousel-control{
    margin:160px 20px 0 20px;
}
#imgs .carousel-control.left{
    background:url("../images/back.png") no-repeat;
    background-size: 100%;
}
#imgs .carousel-control.right{
    background:url("../images/next.png") no-repeat;
    background-size: 100%;
}

/* 近一月采购动态 */

.purchaseInfor {
    width: 1204px;
    margin: 20px auto 0;
}
.purchaseInfor_title {
    background: url("../images/PurchaseInfor_bg.png") no-repeat;
    background-position: center;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.purchaseInfor_content {
    height: 125px;
    margin-top: 35px;
    background: #fff;
    border-top: 2px solid #BE0108;
}
.purchaseInfor_box {
    display: inline-block;
    float: left;
    width: 300px;
    height: 125px;
    position: relative;
}
.purchaseInfor_box a{
    display:block;
    width: 100%;
    height:100%;
    cursor: pointer;
}
.purchaseInfor_box .box_item {
    width: 100%;
    position: absolute;
    top: -20px;
}
.box_item .item {
    width: 70px;
    height: 70px;
    background: #bf2e35; 
    /*解决IE*/  
    border-radius: 15px;
    -moz-border-radius:15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    /*behavior:url(./css/ie-css3.htc); */
    margin: 0 115px;
    z-index:999;
}
.box_item .item img {
    padding: 14px 15px;
}
.item-text {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-top: 10px;
}
.item-text span {
    display: inline-block;
    color: #c3191f;
    font-size: 32px;
    font-weight: 700;
    padding-left: 10px;
}

/* 政采法规  new new*/
.cgGroup{
    width: 1204px;
    margin: 20px auto 0;
    overflow: hidden;
}
.cgGroup .cgGroupItem{
    width: 291px;
    height: 80px;
    margin-left:13px;
}
.cgGroup .cgGroupItem:first-child{
    margin-left:0;
}
.cgGroupItem a{
    display:block;
    position: relative;
    height: 100%;
    padding:0 20px;
    overflow: hidden;
    zoom: 1;
    border-left:8px solid #dc3a38;
    background:#fff;
}


.cgGroupItem a:after,.cgGroupItem a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index:-2;
}

.cgGroupItem a:hover{
    z-index:1;
    background:transparent;
}            

.cgGroupItem a:before {
    transition: .5s;
    background: #dc3a38;
    z-index:-1;
}          

.cgGroupItem a:hover:after,.cgGroupItem a:hover:before {
    width: 100%;
}


.cgGroupItem span{
    display: inline-block;
    float: left;
}
.cgGroupItem .fr{
    float: right;
}
.cgGroup .cgxian{
    display: inline-block;
    width: 12px;
    height:2px;
    margin:39px 0;
    background:#8a8a8a;
}
.cgGroupItem .cgicon{
    display: inline-block;
    width: 50px;
    height: 40px;
    margin:20px 0 20px 5px;
}
#longword{
    line-height:1;
    padding:20px 0;
}
.cgGroupItem .cgtitle{
    text-align: center;
    line-height:80px;
    color:#000;
    font-family: "宋体";
    font-size: 19px;
    font-weight:bolder;
    vertical-align: middle;
}
.cgGroupItem .groupitem1{
    padding:0 20px;
}
.cgGroupItem .cgtitle1{
    width: 160px;
}
.cgtitle2{
    width: 160px;
}
/* .cgGroupItem a:hover{
    background:#dc3a38;
} */
.cgGroupItem a:hover .cgxian{
    background:#fff;
}
.cgGroupItem a:hover .cgtitle{
    color:#fff;
}
.cgGroupItem a:hover .cgicon01{
    background:url("../images/cgicon.png") -20px -60px no-repeat;
}
.cgGroupItem a:hover .cgicon02{
    background:url("../images/cgicon.png") -80px -60px no-repeat;
}
.cgGroupItem a:hover .cgicon03{
    background:url("../images/cgicon.png") -150px -60px no-repeat;
}
.cgGroupItem a:hover .cgicon04{
    background:url("../images/cgicon.png") -220px -60px no-repeat;
}

.cgicon01{
    background:url("../images/cgicon.png") -20px -10px no-repeat;
}
.cgicon02{
    background:url("../images/cgicon.png") -80px -10px no-repeat;
}
.cgicon03{
    background:url("../images/cgicon.png") -150px -10px no-repeat;
}
.cgicon04{
    background:url("../images/cgicon.png") -220px -10px no-repeat;
}
.cgicon05 {
    background: url(../images/cgicon5.png) no-repeat;
}
/* 政采法规 */
.purchaseRule {
    width: 1204px;
    margin: 20px auto 0;
    /*height: 500px;*/
    overflow: hidden;
}

.purchaseRule_left {
    float: left;
    width: 630px;
    background: #fff;
    padding: 20px 30px 0;
}
.purchaseRule_right {
    float: left;
    width: 550px;
    margin-left: 20px;
    background: #fff;
    padding: 20px 30px 0;
}
.tabHeader {
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
}
.tabHead {
    float: right;
    padding:0;
    margin:0;
}
.tabHead li {
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
}
.tabHead {
    margin:0;
    overflow: hidden;
}

.tabHead li {
    float: left;
    border-left: 1px solid #dadada;
    cursor: pointer;
}
.tabHead li a{
    font-size:16px;
    color:#4b4b4b;
}

.tabHead li:first-child {
    border: none;
}

.tabHead li.ho a{
    color: #BE0108;
    font-weight: bolder;
}

.tabCon .tabs-body {
    display: none;
}

.tabCon .on {
    display: block;
}

.inforContainer {
    width: 1204px;
    margin: 20px auto 0;
    overflow: hidden;
}

.inforContainer_left {
    float: left;
    width: 880px;
}

.inforContainer_right {
    float: left;
    width: 300px;
    margin-left: 20px;
}
/* 政采活动信息公开 */

#openInfor {
    background: #fff;
    padding: 25px 20px 0;
}
#openInfor .table_card {
    overflow: hidden;
    position: relative;
    height: 410px;
}
.xian {
    width: 3px;
    height: 100%;
    background: #BE0108;
    position: absolute;
    left: 27px;
    top: 0;
    z-index: 0;
}
#openInfor .tabHead1 {
    float: none;
    padding: 0;
    z-index: 1;
    margin-top: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

#openInfor .tabHead1,
#openInfor .tabCon1 {
    float: left;
}

#openInfor .tabHead1 li.tabHead-item {
    width: 120px;
    height: 40px;
    float: none;
    border: none;
    background: #f4f4f4; 
    /*解决IE*/   
    position:relative;
    z-index:2;
    border-radius: 20px;
    -moz-border-radius: 20px; /* Firefox */
  -webkit-border-radius: 20px; /* Safari 和 Chrome */
    behavior:url(./css/ie-css3.htc); 
    margin-top: 50px;
    overflow: hidden;
    z-index:999;
}

#openInfor .tabHead1 li.tabHead-item .openInforIcon div {
    width: 30px;
    height: 30px;
}

#openInfor .tabHead li .zizhiqu {
    background: url("../images/zizhiqu1.png") no-repeat center;
}

#openInfor .tabHead li.active .zizhiqu {
    background: url("../images/zizhiqu2.png") no-repeat center;
}

#openInfor .tabHead li .mengshi {
    background: url("../images/mengshi1.png") no-repeat center;
}

#openInfor .tabHead li.active .mengshi {
    background: url("../images/mengshi2.png") no-repeat center;
}

#openInfor .tabHead li .qixian {
    background: url("../images/qixian1.png") no-repeat center;
}

#openInfor .tabHead li.active .qixian {
    background: url("../images/qixian2.png") no-repeat center;
}

#openInfor .tabHead li.active {
    color: #fff;
    background: #c22d33;
}
#openInfor .tabHead2 li.active a{
    color: #fff;
    background: #c22d33;
}

#openInfor .tabHead li.active .openInforIcon {
    background: #fff;
}

.openInforIcon {
    width: 30px;
    height: 30px;
    margin: 5px;
    border-radius: 50%;
    background: #e25f55;
}

.openInforText {
    display: inline-block;
    font-size:16px;
    line-height: 40px;
    margin-left: 5px;
}

.openInforIcon,
.openInforText {
    float: left;
}

#openInfor .table_card_openInfor .tabCon1 {
    margin-left: 130px;
    width: 700px;
    overflow: hidden;
}
.timetext1,.timetext2{
    display:none;
    width:120px;
    overflow: hidden;
}
.tabCon2 .tabs-body2:nth-child(3) .list li .timetext2{
    display:inline-block;
}
.tabCon2 .tabs-body2:nth-child(2) .list li .timetext1,
.tabCon2 .tabs-body2:nth-child(1) .list li .timetext1,
.tabCon2 .tabs-body2:nth-child(4) .list li .timetext1,
.tabCon2 .tabs-body2:nth-child(5) .list li .timetext1,
.tabCon2 .tabs-body2:nth-child(6) .list li .timetext1,
.tabCon2 .tabs-body2:nth-child(7) .list li .timetext1,
.tabCon2 .tabs-body2:nth-child(8) .list li .timetext1{
    display:inline-block;
}
/* 系统登录 */

.login {
    width: 300px;
    padding: 20px;
    background: #fff;
}
.login h3 {
    position: relative;
    /*padding: 5px 0;*/
    margin:0;
    z-index: 1;
}
.login h3 p {
    display: inline-block;
    color: #BE0108;
    font-size: 20px;
    padding: 0 10px 0 0;
    background: #fff;
}

.login h3 span {
    height: 15px;
    width: 100%;
    background: #e9e9e9;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: -1;
}
.loginList{
    margin: 0;
}
.loginList li {
    width: 260px;
    height: 70px;
    background: #f4f4f4;
    margin: 10px auto 0;
}

.loginList li a {
    display: inline-block;
    width: 240px;
    height: 50px;
    margin:10px;
    padding-left: 15px;
    border: 1px solid #dcdcdc;
    background: #fff;
    overflow: hidden;
}

.loginList li a:hover span {
    color: #BE0108;
    font-weight: 700;
}

.loginList li img {
    float: left;
    padding: 5px 0;
}

.loginList li span {
    display: inline-block;
    float: left;
    line-height: 50px;
    padding-left: 15px;
}

.loginList li span {
    font-size: 16px;
    color: #2f2f2f;
    vertical-align: middle;
}

/* 政府采购合同融资 */
.rongziModular {
    height: 73px;
    line-height: 73px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    /*background: url("../images/rongziicon.jpg") no-repeat center;*/
}
.personModular{
    height: 477px;
    background: #fff;
}
.personBox {
    padding: 15px 15px 0;
}
.personcontent{
    overflow: hidden;
}
.person_left,
.person_right {
    display: inline-block;
    float: left;
}
.personTitle{
    font-size: 20px;
    font-weight: 700;
    color: #BE0108;
    margin-bottom:10px;
}
.person_right{
    margin-left:15px;
}
.person_right .introtext{
    height: 35px;
    line-height: 35px;
    font-size:16px;
    color:#000;
}
.person_right .introtext span{
    font-size:22px;
    font-weight: 700;
    color: #BE0108;
}
.person_right .introtext{
    padding-top:5px;
}
.person_right .btngroup{
    padding-top:15px;
}
.btngroup .btn{
    padding:2px 15px;
    border:1px solid #BE0108;
    color:#BE0108;
    font-size:14px;
    border-radius: 15px;
}
.btngroup a.register{
    padding:2px 40px;
}

/* 电子卖场横幅 */

.elecStoreTop {
    display: inline-block;
    width: 430px;
    height: 100px;
    font-size:25px;
    font-weight: bold;
    text-align: center;
    padding:15px 100px;
}
.elecStoreTop-left{
    background: url("../images/agrementindex.jpg") no-repeat;
    background-position: center;
    color:white;
}
.elecStoreTop-right{
    background: url("../images/electroindex.jpg") no-repeat;
    background-position: center;
    margin-left:15px;
    color:#be0108;
}
.elecStore ul.redbgTabHead{
    white-space: nowrap;
    overflow-x: scroll;
}
.elecStore ul.redbgTabHead::-webkit-scrollbar {
    width:0;
    height: 0;
    color:transparent!important;
    background: transparent!important;
    /*display: none; !* Chrome Safari *!*/

}
#dzmcTabCon{
    height: 315px;
    overflow: hidden;
}
.elecStore{
    height: 467px;
}
.openInfor .commonTitle,
.elecStore .commonTitle {
    float: none;
    height: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
}
.elecStore .commonTitle .active{
    border-bottom:3px solid #be0108;
    height: 35px;
}
.openInfor .commonTitle {
    margin: 0 10px;
    height: 40px;
}



.modularLast {
    width: 1204px;
    margin: 20px auto 0;
    overflow: hidden;
}

.chufaModular {
    float: left;
    background: #fff;
    width: 600px;
    padding-bottom:20px;
}
.chufaModular #jdcfTabCon,
.policyModular #zcgnzqTabCon{
    height: 235px;
    overflow: hidden;
}
/*各模块列表超出一定宽度隐藏-字号-颜色*/
.list ul li a {
    font-size: 16px;
    color: #4b4b4b;
}

.list2 .list-item a {
    width: 440px;
}

.list3 .list-item a {
    width: 350px;
}

.list4 .list-item a {
    width: 680px;
}

.list5 .list-item a {
    width: 400px;
}

.list6 .list-item a {
    width: 350px;
}

.list7 .list-item a {
    width: 545px;
}
/*模块的高度-超出隐藏-低于高度显示空白*/
.newsList_content .list1 ul,
.purchaseRule_left .list2 ul,
.purchaseRule_right .list3 ul{
    height:210px;
    overflow: hidden;
}
#openInfor .table_card_openInfor .tabCon1 .list7 ul,
.elecStore .table_card3 .list4 ul{
    height:270px;
    overflow: hidden;
}
.chufaModular .table_card4 .tabCon1 .list5 ul,
.policyModular .table_card5 .tabCon1 .list6 ul{
    height:210px;
    overflow: hidden;
}
.policyModular {
    float: left;
    background: #fff;
    width: 580px;
    margin-left: 20px;
    padding-bottom: 20px;
}
/* 底部 */
.footer{
    margin-top:20px;
    height:453px;
    border-top:2px solid #df363d;
    background:url("../images/foot.jpg") no-repeat center;
}
.footContent{
    width: 1204px;
    margin: 25px auto 0;
}
.linkTo{
    height: 60px;
    /* overflow: hidden; */
}
.jiguan{
    width: 450px;
    display: flex;
    height: 68px;
    justify-content: space-evenly;
    margin: 25px auto;
}
.footTitle{
    color:#bf0208;
    font-size:28px;
    font-weight: 700;
    text-align:center;
    padding:15px 0;
}
.foottext1{
    text-align: center;
    font-size: 16px;
    color:#000;
    margin-bottom:10px;
}
.foottext1 a:hover{
    color:#4b4b4b;
    cursor: pointer;
}
.foottext1 a,.foottext1 span{
    padding:0 20px;
    color:#4b4b4b;
}
.foottext1 span{
    color:#727274;
    font-size:18px;
    font-weight: 700;
}
.foottext2{
    color:#686868;
    font-size:16px;
    text-align:center;
}
.foottext2 p{
    padding-top:5px;
    margin:0;
}
/* SELECT css */
.friendLink{
    padding:20px 0;
}

.friendLink_model{
    float: left;
    width:292.5px;
    height: 58px;
    margin-left:10px;
    background-color:#f4eeee;
    position: relative;
}
.friendLink_model .friendholder{
    width: 100%;
    height: 100%;
    line-height:58px;
    border:none;
    background:transparent;
    font-size:16px;
    color:#000;
    padding-left:35.5px;
    background: url("../images/arrow.png") no-repeat 95% 50%; 
}
.friendchooselist{
    width: 100%;
    position:absolute; 
    max-height:300px;
    overflow-y:auto;
    border:1px solid #999;
    display: none;
    background:#fff;
}
.friendchooselist ul{
    margin:0;
    padding:0;
}
.friendchooselist ul a{
    display: block;
    padding:5px 15px;
    color:#333;
    font-size:16px;
}
.friendchooselist li:hover{
    background:#E22730;
    cursor: pointer;
}
.friendchooselist li:hover a{
    color:#fff;
}
.friendLink_model:first-child{
    margin-left:0;
}
/* 公共 */
#wrap .container{
    padding:0;
}
.commonTop {
    margin-top: 20px;
}
.commonCon {
    background: #fff;
    padding-top:20px;
    padding-left:30px;
    padding-right: 30px;;
}
.chufaModular .commonTitle,.policyModular .commonTitle{
    float: none;
    position: relative;
    z-index: 2;
    margin-bottom:10px;
}
.commonTitle {
    float: left;
    height: 25px;
    line-height: 25px;
}
.commonTitle a{
    display:inline-block;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}
.commonTitle a:hover{
    text-decoration: none;
}
.commonTitle span{
    font-weight: normal;
    font-size: 16px;
    float: right;
    color: #9d9d9d;
}
.commonTitle .commonTitle_text{
    float: none;
    display: inline-block;
    padding:5px 10px;
    margin-left:15px;
    font-weight: normal;
    font-size: 20px;
    background:#fff;
    color: #000;
    font-weight:700;
}
.commonTitle .commonTitle_bg{
    float: none;
    position: absolute;
    top:10px;
    left:0;
    width: 100%;
    height: 15px;
    background:#be0108;
    z-index: -1;
}

.redbgTabHead {
    float: none;
    padding-top: 15px;
    margin:0;
}

.redbgTabHead li {
    display: inline-block;
    height: 25px;
    line-height:25px;
    padding: 0 2px;
    margin-right: 10px;
    border: 0;
    font-size: 16px;
}
.redbgTabHead li a{
    color:#4b4b4b;
    font-size: 16px;;
}
.redbgTabHead li.ho a{
    display:block;
    color: #fff;
    background: #BE0108;
    text-align: center;
    text-decoration: none;
}
.tabCon1 .table_card .tabHead2 li {
    margin: 0 3px;
}
.redbgTabHead li:first-child {
    margin-left: 0;
}

/* 信箱 */

    .wpcf7{
        min-height: 500px;
        background:#fff;
        padding:15px 30px;
    }
    .messageNotes{
        width: 100%;
        height: 330px;
        background:#fff;
        display: flex;
        padding:20px;
        margin-top:15px;
        border:2px solid #efebea;
    }
.wpcf7-form p{
    display: none;
}
/*#wpcf7-f1827-o1 .mailbox-table tr th, table tr td {*/
/*    border: 1px solid #808080;*/
/*}*/
    .mailbox-table {
        width: 100%;
        margin-top:20px;
        border-collapse: collapse;
    }
.mailbox-table tr td {
    position: relative;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
}
.mail-thead {
    width: 30px;
    background: #fafafa;
}
.redstar {
    color: red;
}
.mail-name {
    width: 90px;
}
.mailbox-table textarea {
    height: 110px;
}
.mailbox-table .mail-sex input {
    width: 12px;
    height: 12px;
    margin: 0 10px;
}
.mailbox-table input {
    width: 98%;
    height: 36px;
    border: 1px solid #dfe1e3;
}
    .mailbox-table textarea{
        width: 98%;
        height: 130px;
        border: 1px solid #dfe1e3;
    }
#reply{
    height:250px;
}
.wpcf7-form{
    position: relative;
}
.mailbox-btn input {
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border:none;
}
.submit {
    background: #BE0108;
}
.reset {
    background: #f1911f;
    margin-left: 5px;
}
.wpcf7-response-output {
    display: none;
}
.yanzhengma {
    position: absolute;
    width: 100%;
    bottom: 160px;
    text-align: center;
}
.yanzhengma>div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.yanzhengma img {
    border: 1px solid blue;
}
.yanzhengma input {
    height: 30px;
    border: 1px solid #dfe1e3;
}

    .messageNotes-title {
        width:25%;
        text-align: center;
    }
    .messageNotes-title h5{
        font-weight: bold;
        font-size: 20px;
    }
    .messageNotes-title img{
        width:90%;
    }
    .messageNotes-text{
        padding-top:20px;
        width:70%;
        margin-left:5%;
    }
    .messageNotes p {
        font-size: 15px;
    }
.gsgzh {
    width: 100px;
    height: 100px;
    background: url(../images/gsgzh.jpg) no-repeat center center;
    background-size: 100%;
    position: relative;
    bottom: 90px;
    left: 86%;
}
#udesk_container .udesk-client-btn{
    bottom:50px;
    top: unset!important;
}
.imgInfoBox{
    width:1204px;
    margin:20px auto 10px;
    display: flex;
    justify-content: space-between;
}
.imgInfoBox div{
    width:595px;
    display: inline-block;
    height:105px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 100px;
}
.imgInfoBox img{
    width:100%;
}
.imgInfoBox .imgbox2{
    /*float:right;*/
    background:url(../images/tszyrk.png) no-repeat;
    background-size: cover;
    line-height: 30px;
}
#hdjlindex{
    width:100%;
}
.imgbox2 p{
    margin:0;
}
.imgbox2 a{
    color:white;
}
#zytsrk{
    font-size: 24px;
    font-weight: 800;
    margin-left: 20px;
}
.ats{
    letter-spacing: 4px;
    font-size:16px;
    color:transparent;
    font-weight: bold;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 0.5px #dc3a38;
    margin: 12px 12px 0 12px;
    position: relative;
}
.imgbox2 .xzcjxian{
    width:80px;
    height:3px;
    background: white;
    position: absolute;
    top: 21px;
}
.atsjt{
    width: 0;
    height: 0;
    border-left: 10px solid;
    border-top: 6px solid;
    border-bottom: 6px solid;
    border-right: 10px solid;
    position: absolute;
    display: block;
    right: -10px;
    top: 5px;
    border-color: transparent transparent transparent white;
}
.indexkjxyicon{
    width: 20px;
    height: 20px;
    margin-top: 17px;
    cursor: pointer;
}
.indexkjxyicon1{
    display: none;
    margin-right:10px;
}
.indexkjxyicon2{
    margin-left:10px;
}

.header_top_elderly_oriented{
    position:absolute;

    font-size:16px;
    right:0;
    top:18px;
}

.noobstacle{
    display: inline-block;
    cursor: pointer;
    color:#BE0108;
}

.noobstacle:hover {
    color:#BE0108;
    font-weight: bold;
}

.noobstacle img{
    width:25px;
    height:25px;
}

.oldperson{
    margin-left:25px;
    font-weight: bold;
    padding:3px 25px;
    border-radius: 25px;
    border: 2px solid #BE0108;
    display: inline-block;
    cursor: pointer;
    color:#BE0108;
}

.oldperson:hover{
    background-color:#BE0108;
    color:#fff;
}

.ariaHide, .ariaOldFixedBar {
    display: none !important;
}
